babl.git
2012-06-25 Michael Muréindex-static.html.in: force utf-8 charset in <head>
2012-06-18 Alexander LarssonUse new approximations for gamma conversions
2012-06-18 Alexander LarssonAdd fast approximations of x^2.4 and x^(1/2.4)
2012-05-23 Michael Muréupdate .gitignore
2012-05-22 Michael Murésse-fixups: use more portable functions to help compile...
2012-05-18 Martin Nordholtsfixup! tests: Avoid rounding error and correct source...
2012-05-18 Martin Nordholtstests: Avoid rounding error and correct source pixels
2012-05-13 Øyvind Kolåsadd a u15 type that is 16bit only using 15bits
2012-05-07 Michael Nattererconfigure: don't set SHREXT to .dylib on darwin
2012-05-04 Øyvind Kolåsadd fast paths for conversions to cairo-RGB24
2012-05-04 Øyvind Kolåsdo not repeat test many many times
2012-05-04 Massimo Valentiniextensions: cairo ARGB format is premultiplied
2012-05-04 Massimo Valentinibabl: initialize 'palette' babl-format member
2012-05-03 Simon Budigfix a warning
2012-05-02 Øyvind Kolåsfix cpu-accel test for 64bit
2012-05-02 Øyvind Kolåsonly enable sse-fixups when not on 64bit
2012-05-02 Øyvind Kolåstests: add more float->8bit tests
2012-05-02 Øyvind Kolåstests: split utility function out into common.inc
2012-05-02 Øyvind Kolåsdirectly use stdint types in half-float reference code
2012-05-02 Øyvind Kolåsuse stdint types for sized data types
2012-05-01 Øyvind Kolåsalso test >1.0 values when converting from float to u8
2012-05-01 Simon Budigadd simple test for float->u8 conversion
2012-05-01 Øyvind Kolåsadd some standard u32 based formats
2012-04-30 Øyvind Kolåsfurther slight decrease of error in conversion
2012-04-29 Øyvind Kolåsdecrease error of float to 8bit LUT extension
2012-04-25 Øyvind Kolåsadd babl_format_get_model
2012-04-25 Øyvind Kolåsadd some half-float based formats
2012-04-23 Øyvind KolåsRevert "replace gamma functions with #defines"
2012-04-23 Øyvind KolåsRevert "guard gamma defines' argument in extra ()s"
2012-04-23 Øyvind KolåsRevert "Revert "allocate temporary buffers for fish...
2012-04-23 Øyvind Kolåsguard gamma defines' argument in extra ()s
2012-04-23 Øyvind KolåsRevert "allocate temporary buffers for fish conversion...
2012-04-22 Øyvind Kolåsreplace gamma functions with #defines
2012-04-22 Øyvind Kolåsallocate temporary buffers for fish conversion on the...
2012-04-21 Øyvind Kolåsbase: added IEEE 754-2008 half precision float
2012-04-10 Øyvind Kolåstests: added test to extract a component
2012-04-05 Dominique Leuenbergergobject-introspection: fix build of the .gir and .typel...
2012-04-05 Øyvind Kolåsbabl/babl-palette.c: remove include of <values.h>
2012-04-05 Øyvind Kolåsbabl/babl-palette.c: #include <limits.h>
2012-04-02 Øyvind Kolåspost release bump version to 0.1.11
2012-04-02 Øyvind Kolåsrelease 0.1.10
2012-04-02 Øyvind KolåsGet rid of ChangeLog
2012-04-01 Øyvind Kolåsextensions: quadruple precision of LUT based floatfuncs
2012-04-01 Øyvind Kolåsfast-float: reduce overhead of saturating LUT
2012-04-01 Øyvind Kolåsextensions/fast-float: reduce precision
2012-04-01 Øyvind Kolåsextensions: add lut based gamma for float
2012-03-31 Øyvind Kolåsbabl: reduce number of pixels tested when profiling...
2012-03-31 Øyvind Kolåsextensions: get rid of some of the conversions with...
2012-03-31 Øyvind Kolåsextensions: remove optmized powf, use the fully correct...
2012-03-31 Øyvind Kolåsextensions: add an extension with some float optimizations
2012-03-31 Øyvind Kolåsbase/util.h change define used in include guards
2012-03-31 Øyvind Kolåsuse optimized powf for x^(1.0/2.4)
2012-03-31 Øyvind Kolåsreorder loops of reference premul
2012-03-31 Øyvind Kolåsuse sse conversions also for gamma corrected data
2012-03-29 Øyvind Kolåspost release version bump to 0.1.9
2012-03-29 Øyvind Kolåsbump version to 0.1.8
2012-03-29 Øyvind Kolåsbuild: do not enable introspection even for distcheck
2012-03-29 Øyvind Kolåspalette: return the same values if same name is provided
2012-03-28 Øyvind Kolåspalette: change alpha reporting for palette formats
2012-03-26 Øyvind Kolåspalette: use INT_MAX instead of MAXINT
2012-03-21 Øyvind Kolåsadd babl_format_is_palette
2012-03-19 Øyvind Kolåspalette: return the BablModel created
2012-03-19 Øyvind Kolåsdisable gobject introspection by default
2012-03-19 Øyvind Kolåspalette: optimize rgb(a) -> palette index computation
2012-03-18 Øyvind Kolåspalette: add fast paths for adding and removing alpha...
2012-03-18 Øyvind Kolåstests: constify tests
2012-03-18 Øyvind Kolåsconstify API
2012-03-18 Øyvind Kolåspalette: add fastish path for alpha<->no alpha
2012-03-18 Øyvind Kolåscarry around user data in BablConversion
2012-03-18 Øyvind Kolåspalette: changed API to have aplha and non-alpha format...
2012-03-18 Øyvind Kolåsmake babl pass valgrinding
2012-03-18 Øyvind Kolåspalette: initialize with 8bit fast path buffer
2012-03-18 Øyvind Kolåsadd 8bit fast path for pal -> rgba
2012-03-17 Øyvind Kolåsadd bablformats that match the hosts endianness
2012-03-17 Øyvind Kolåspalette: cache the double version of the palette internally
2012-03-17 Øyvind Kolåspalette: add capability to use palette formats with...
2012-03-17 Øyvind Kolåsadd file missing from last commit
2012-03-17 Øyvind Kolåsadd API for managing palette based formats
2012-03-17 Øyvind Kolåsbabl: add ability to register user data with BablModel
2012-03-16 Øyvind Kolåstests: add missing test
2012-03-16 Øyvind Kolåsadd ability to extract component with 1 component formats
2012-03-15 Øyvind Kolåsconstify source argument of babl_process
2011-12-23 Øyvind Kolåsbase: remove unused model-cmyk
2011-11-18 Øyvind Kolåspost release version bump to 0.1.7
2011-11-18 Øyvind Kolåsbump version to 0.1.6
2011-11-18 Nils Philippsenbuild: clean generated vapi file
2011-10-17 Øyvind Kolåsbuild: bump automake requirement to 1.11
2011-10-17 Javier JardónCopy introspection.m4 on tree
2011-10-17 Javier Jardónbuild: Set automake options in AM_INIT_AUTOMAKE
2011-10-17 Javier JardónMakefile.am: Remove m4/introspection.m4 from EXTRA_DIST
2011-10-17 Javier Jardónbuild: Do not use local copy of introspection.m4
2011-10-17 Javier Jardónautogen.sh: Use autoreconf instead custom script
2011-10-17 Javier Jardónconfigure.ac: Replace deprecated AC_STDC_HEADERS macro
2011-10-17 Javier Jardónconfigure.ac: Use new libtool syntax
2011-10-17 Javier Jardónconfigure.ac: Check for AM_SILENT_RULES after AM_INIT_A...
2011-10-17 Javier Jardónconfigure.ac: PACKAGE_NAME is already defined by AC_INIT
2011-10-17 Javier Jardónconfigure.ac: Replace AM_CONFIG_HEADER deprecated macro
2011-10-17 Javier JardónMakefile.am: honor aclocal flags
2011-09-12 Mukund Sivaramanbuild: Remove --enable-maintainer-mode as it's now...
2011-09-12 Mukund Sivaramanbuild: Don't complain about non-GNU make rules
next